home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultPropList
- doButton()
- if the result = 1 then
- set vProperty to the text of member "Checking Property getProp Input Field 1"
- set vProperty to stripSpaces(vProperty)
- set vProperty to checkValue(vProperty)
- if vProperty <> EMPTY then
- if ilk(gDefaultPropList, #propList) then
- if vProperty starts "#" then
- set vProperty to value(vProperty)
- end if
- if getaProp(gDefaultPropList, vProperty) = 0 then
- displayError("<For non-existent property>")
- else
- set vGottenValue to string(getProp(gDefaultPropList, vProperty))
- set the text of member "Checking Property getProp Display Field 2" to vGottenValue
- end if
- end if
- end if
- end if
- end
-